-
Notifications
You must be signed in to change notification settings - Fork 33
Vagrant images: prepare for fedora 42 and fix rawhide #518
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Reviewer's Guide by SourceryThis pull request prepares the configuration for the upcoming Fedora 42 release and fixes the Rawhide image download process due to a change in the naming convention. It also adds No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @flo-renaud - I've reviewed your changes - here's some feedback:
Overall Comments:
- Consider using the
get_urlmodule instead ofshellwithwgetfor downloading the box image. - It might be good to add a comment explaining why
allowerasingis needed when installing firefox.
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
|
Used to create the new box https://portal.cloud.hashicorp.com/services/vagrant/registries/freeipa/boxes/ci-master-f42 |
- The base image for Rawhide has been renamed and contains . instead of - for instance Fedora-Cloud-Base-Vagrant-VirtualBox-Rawhide-20250325.n.0.x86_64.vagrant.virtualbox.box - Prepare for f42 image, add variables and config file Signed-off-by: Florence Blanc-Renaud <[email protected]>
|
Used to create the new box https://portal.cloud.hashicorp.com/services/vagrant/registries/freeipa/boxes/ci-master-frawhide/versions/0.9.1 |
Fedora 42 is now officially available. Use the official 42 version instead of 42_beta and update the download path Signed-off-by: Florence Blanc-Renaud <[email protected]>
|
Now that fedora 42 is officially available, the download path for Cloud Base image has been updated (it was using 42_Beta) |
|
The vagrant boxes generated with this PR have been put in use in PRCI. |
The base image for Rawhide has been renamed and contains . instead of - for instance
Fedora-Cloud-Base-Vagrant-VirtualBox-Rawhide-20250325.n.0.x86_64.vagrant.virtualbox.box
Prepare for f42 image, add variables and config file
Summary by Sourcery
Prepare Vagrant image configuration for Fedora 42 and update Rawhide image handling
New Features:
Enhancements:
Chores: